home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / OYUN / KYODAI / KYODAI.EXE / kyodai-mute.exe / 0 / RCDATA / TCONFIGU / TCONFIGU.txt
Text File  |  1997-08-28  |  1KB  |  54 lines

  1. object Configu: TConfigu
  2.   Left = 309
  3.   Top = 231
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Enter your name'
  7.   ClientHeight = 73
  8.   ClientWidth = 172
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 12
  18.     Width = 65
  19.     Height = 16
  20.     AutoSize = False
  21.     Caption = 'Your name'
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object PlayerName: TEdit
  29.     Left = 80
  30.     Top = 8
  31.     Width = 81
  32.     Height = 23
  33.     Font.Color = clBlack
  34.     Font.Height = -12
  35.     Font.Name = 'Courier New'
  36.     Font.Style = []
  37.     MaxLength = 8
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     Text = 'Player1'
  41.     OnChange = PlayerNameChange
  42.   end
  43.   object Button1: TButton
  44.     Left = 56
  45.     Top = 40
  46.     Width = 57
  47.     Height = 25
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.   end
  53. end
  54.